Replies: 1 comment 1 reply
-
Even in an With that being said, Remix needs the package.json dependencies in order to know what packages need to be bundled by the client build. remix/packages/remix-dev/compiler.ts Lines 318 to 327 in 4b11c6d Anyway, you should be able to move the scripts. Just note that the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At the moment, it is not possible to move all npm scripts into Nx-specific
project.json
and delete thepackage.json
.Remix is throwing an error like:
ENOENT: no such file or directory, open '/home/<user>/<project>/package.json'
Could there be an exemption to not throw the error when working with workspace tools like NX?
Beta Was this translation helpful? Give feedback.
All reactions