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
I followed the steps in the documentation one by one. But when I run the command npm run create-example and give it the name abc, I get the error below:
Successfully created the new Spec abc!
Start editing it at dev/abc.ts... We're opening it for you now!./scripts/create-example.sh: line 74: open: command not foundnpm ERR! code 127npm ERR! path /home/myname/fig-autocompletenpm ERR! command failednpm ERR! command sh -c ./scripts/create-example.shnpm ERR! A complete log of this run can be found in:npm ERR! /home/myname/.npm/_logs/2021-06-03T15_43_09_533Z-debug.log
My OS is ubuntu 20.04.2 LTS
The text was updated successfully, but these errors were encountered:
tohidplus
changed the title
command sh -c "$npm_execpath" run build && source scripts/dev.sh
./scripts/create-example.sh: line 74: open: command not found
Jun 3, 2021
I followed the steps in the documentation one by one. But when I run the command
npm run create-example
and give it the nameabc
, I get the error below:My OS is ubuntu 20.04.2 LTS
The text was updated successfully, but these errors were encountered: