


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.
Views
Replies
Total Likes