Need help to finish pet-shop tutorial #6231
Unanswered
cvan85
asked this question in
General Q&A
Replies: 1 comment
-
Sorry, I just found out that Truffle Suite will soon be obsolete. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Interesting in blockchain, I start to follow the pet shop tutorial.
All steps I passed seems to be fine.
Except when I execute npm run dev command.
Only title « Pete's Pet Shop » appears on Chrome explorer and terminal send me following output.
$ npm run dev
** browser-sync config **
{
injectChanges: false,
files: [ './**/*.{html,htm,css,js}' ],
watchOptions: { ignored: 'node_modules' },
server: {
baseDir: [ './src', './build/contracts' ],
middleware: [ [Function (anonymous)], [Function (anonymous)] ]
}
}
[Browsersync] Access URLs:
UI External: http://localhost:3001
[Browsersync] Serving files from: ./src
[Browsersync] Serving files from: ./build/contracts
[Browsersync] Watching files...
24.02.09 10:11:02 304 GET /index.html
24.02.09 10:11:02 304 GET /js/bootstrap.min.js
24.02.09 10:11:02 304 GET /js/app.js
24.02.09 10:11:02 304 GET /js/web3.min.js
24.02.09 10:11:02 304 GET /js/truffle-contract.js
(node:2304) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
(Use
node --trace-deprecation ...
to show where the warning was created)24.02.09 10:11:02 304 GET /css/bootstrap.min.css
Here my software dependencies:
Truffle v5.11.5 (core: 5.11.5)
Ganache v7.9.1
Solidity - 0.8.21 (solc-js)
Node v20.10.0
Web3.js v1.10.0
MacOs Ventura 13.4.1
I suspect that some software don’t map with each other.
Any idea to put me on the right way ?
Thanks a lot,
Claude
Beta Was this translation helpful? Give feedback.
All reactions