We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you do fresh npm run dev after npm install
npm run dev
npm install
> [email protected] dev /home/corp/temp_projects/hastic/hastic-server/server > NODE_ENV=development node build/dev-server.js nodemon started internal/modules/cjs/loader.js:638 throw err; ^ Error: Cannot find module '/home/corp/temp_projects/hastic/hastic-server/server/dist/server-dev.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15) at Function.Module._load (internal/modules/cjs/loader.js:562:25) at Function.Module.runMain (internal/modules/cjs/loader.js:831:12) at startup (internal/bootstrap/node.js:283:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3) hastic-server crashed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you do fresh
npm run dev
afternpm install
The text was updated successfully, but these errors were encountered: