While I can run npm run dev I cannot in any way build the application (npm run build). It complains about Unexpected end of JSON input from node_modules within my local environment after installation. Regardless I think it would be nice for users to have an option that wont conflict with stuff in their local environment.
While I can run
npm run dev
I cannot in any way build the application (npm run build
). It complains aboutUnexpected end of JSON input
fromnode_modules
within my local environment after installation. Regardless I think it would be nice for users to have an option that wont conflict with stuff in their local environment.