-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yarn install throw error because oxide-node-api-shim
a non-existing file
#10534
Comments
+1 to this
|
Here is the error: https://github.com/tailwindlabs/tailwindcss/blob/master/package-lock.stable.json#L12 A relative path for development was submitted in the production code @RobinMalfait |
@anarkrypto that's not for development, that was intentionally and I'm looking into this! |
This comment was marked as off-topic.
This comment was marked as off-topic.
Workaround for newbies like me: Edit: looks like updating to npm latest (9.4.2) will also fix the issue: |
I'm using npm 9.3.1 and am getting the same error as above. Edit: updated to npm 9.4.2 and it works. |
Also got the same error but updating npm (running So I updated to npm version 9.4.2 |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Same issue with pnpm. Updating to latest pnpm version didn't fix it. Pinned tailwindcss to the previous version (3.2.4) in package.json for now. Specific pnpm error message:
|
A fix is coming just relax. |
We're aware of and acknowledge the problem folks, no need to reply with any "yep broken for me too" stuff. Yes it's broken, we know 😅 New release will be out any minute but like any other package you can always install the last working version by specifying the version number:
|
In my case, this isn't happening to yarn, it's on NPM in a code build on an AWS instance. On my localhost works fine. If it'll help you out, here's the stack trace:
|
A new version has just been released (3.2.6)! Try it with your favorite tool:
Let me know if more errors occur while installing. |
Really? I just want to run |
Of course! This one was tricky because the issue only appears when installing Tailwind from npm and specifically has to do with how yarn and pnpm try to resolve |
Okay. I'm sorry, I was too mad with you. It's very hard when you're new to NodeJS and encounter such problems at first steps. I'm not sure I can really understand what the problem is, but I believe that you fixed it asap. Thanks for answer! |
@adamwathan Is it possible to mark |
Hey! Better to ask the CRA team about that, I don’t have any ability to make changes there. |
I confirm that is working fine now, at least here on my side with my localhost and my ECS instance on AWS. Thank you. |
Maintainer's note: This issue has been fixed in v3.2.6.
Tailwind:
v3.2.5
Node:
v19.6.0
Yarn:
v1.22.19
When trying to install new Tailwind version
3.2.5
using Yarn, I get that error:error Package "" refers to a non-existing file '"/Users/akoraie/MyApp/assets/oxide-node-api-shim"'.
The text was updated successfully, but these errors were encountered: