You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command not found: remix
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! webapp@ build: `npx remix build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the webapp@ build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
To make it work I need to run npm install inside the apps/webapp folder contrary to what the tutorial video and Readme shows.
Expected behavior
The commands should be able to use the root node_modules version of Remix to run the commands as shown in the video and Readme.
Additional Info
OS: MacOS 12.3.1
CPU: Chip M1 Pro
Node: 16.14.2
The text was updated successfully, but these errors were encountered:
requires the remix app's tsconfig.json to be updated with a baseUrl ( I used ".") - otherwise the scripts do not seem to work when trying to run from the root directory of nx.
Sorry @philipjfulcher , I just saw the notification for your comment. I'll try later today but I think I encountered something like what @rjaguilar is describing.
The Problem
After creating an empty Remix workspace with
and installing the root packages
I cannot run any command targeting a Remix app.
or
fails with the following error
To make it work I need to run
npm install
inside theapps/webapp
folder contrary to what the tutorial video and Readme shows.Expected behavior
The commands should be able to use the root node_modules version of Remix to run the commands as shown in the video and Readme.
Additional Info
OS: MacOS 12.3.1
CPU: Chip M1 Pro
Node: 16.14.2
The text was updated successfully, but these errors were encountered: