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
{{ message }}
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.
When running npm run webpack on zoid-demo with Windows 10, I get the following error:
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
^^^^^^^
SyntaxError: missing ) after argument list
Also happens using WSL. It seems like the solution is to replace the string ./node_modules/.bin/webpack in the package.json command with ./node_modules/webpack/bin/webpack.js
When running
npm run webpack
on zoid-demo with Windows 10, I get the following error:Also happens using WSL. It seems like the solution is to replace the string
./node_modules/.bin/webpack
in the package.json command with./node_modules/webpack/bin/webpack.js
(credit: markpluslabs/react-markplus#89 (comment))
Hope this helps someone trying this out on Windows!
The text was updated successfully, but these errors were encountered: