Hey, I got the following error when I tried to start the app.
./src/components/Counter/index.js Attempted import error: 'PublicAddress' is not exported from 'rimble-ui'.
It is probably something super basic but I can't figure out what.
Hey, I got the following error when I tried to start the app.
./src/components/Counter/index.js Attempted import error: 'PublicAddress' is not exported from 'rimble-ui'.
It is probably something super basic but I can't figure out what.
Hi @whalemaximalist,
Welcome to the community
Can you advise what operating system, versions of node (node --version
) and npm (npm --version
) you are using?
Another community member reported this issue and it appeared that they were using older versions of node/npm: Npm run start leads to import error: 'PublicAddress' is not exported from 'rimble-ui'
I wasn’t able to reproduce unfortunately.
Hey @abcoathup, thanks for helping out! My node version was pretty old. Things got working once I updated it
Hi @whalemaximalist,
Good to hear that you are up and running now.
Feel free to ask all the questions that you need.
Hello, I followed the solution upgrading to latest node lts 12.14.0 and npm 6.12.4 but I still got the same error:
Failed to compile.
./src/components/Web3Info/index.js
Attempted import error: ‘PublicAddress’ is not exported from ‘rimble-ui’.
Hi @alessandroponzo,
Welcome to the community
You may want to change to node 10.
I use:
$ node --version
v10.16.0
$ npm --version
6.13.4
Hi
I have the same issue now. Please see the version of node/npm,.
node --version
v10.18.0
npm --version
6.13.4
Hi @tommyyama2020,
What operating system are you using?
I am not getting the compile error when using:
$ node --version
v10.18.1
$ npm --version
6.13.4
Hi abcoathup,
I am using mac os 10.15.2 and supposed Mac os is pretty common among developers .
Hey! @whalemaximalist welcome to the forum and thanks for trying starter kits! Let’s us know how it goes.
I ran into this issue too, posted my solution: Npm run start leads to import error: 'PublicAddress' is not exported from 'rimble-ui'