-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
npm "no such file or directory", ansi-regex related #35
Comments
Resolved somehow fiddling with package.json and npm |
I'm still having this issue as well, #23 is spot on :( |
I'm using npm verson 5.6.0 and all seemed to work. 🤔 @anthonylebrun would you mind posting the contents of your assets/package.json file? |
Sure thing. One thing to note is that I'm using an older react version (because I need I was able to get past the issue by using @sickill's symlink suggestion in the #23 discussion.
|
i just ran into this, and I removed the node-modules, package.json, as well as deps- reinstalled everything and it worked |
I also struggled with this issue. No amount of re-installing things fixed the problem, but I have both a work-around, and a theory on why this is happening. @geolessel Would you be open to a README paragraph about this problem? I can prep an MR later this week. The work-around This is based on @sickill's comment: #23 (comment). It works for me, both locally and on Heroku, with NPM 6.4.1 From your Then in
Then remove and re-install everything:
Speculation on why this happens This package includes a I think NPM is not ignoring that file. There is probably a bug in NPM, related to the use of Using the symlink, and not a |
Deleting the package-lock.json file and "npm install" again fixed the problem for me. |
Same thing here... Run And all be good 👍 |
I'm using npm 6.1.0, trying to install
{:react_phoenix, "~> 0.6"}
but get this error:updated npm, cleaned caches etc. with no success.
Maybe related to #23
The text was updated successfully, but these errors were encountered: