I've been following the instructions to initialize a hello world Firefly app using the Adobe I/O CLI and running into a problem.
I believe the app initialization is failing when trying to install the npm packages.
The result is that the npm packages are not installed and so it's not possible to run the app locally.
Following the instructions on Github I encounter the problem at section 4.1 step 6.
It cannot find the package `@react-types/typography` on the npm registry.
It shows a bunch of errors and then says `App initialization finished!` but when I check the folder, there is no `node_modules` folder created.
Then I try to run `aio app run` and it fails with the following error:
You can see that it failed to find the package `@adobe/aio-sdk` which is in the list of dependencies in package.json and hasn't been installed.
Installing it manually throws errors saying it can't find other packages like
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Ok, engineering patched the issue up. Please update Adobe I/O CLI to the latest and try to do init again. Let us know if this does not fix the issue for you.
npm i -g @adobe/aio-cli
Views
Replies
Total Likes
Views
Replies
Total Likes
Ok, engineering patched the issue up. Please update Adobe I/O CLI to the latest and try to do init again. Let us know if this does not fix the issue for you.
npm i -g @adobe/aio-cli
Views
Replies
Total Likes
Views
Like
Replies
Views
Likes
Replies
Views
Likes
Replies