kenc
kenc
按步骤写好了index.less,再index.js里也有写好import和className相关语句,但网页上没有出现样式。用浏览器开发工具查看页面代码,已看到css已出现,但在div里却没出现,求赐教
> Do you have the right cargo target installed? > > https://www.hellorust.com/news/native-wasm-target.html > > What version of dfx? Thanks for your help. My dfx version is 0.8.1. I have installed...
> Do you have the right cargo target installed? > > https://www.hellorust.com/news/native-wasm-target.html > > What version of dfx? After restart MacBook, new problem came out as below. ``` ➜ ic-drip-main...
> did you run? > > ``` > npm install > ``` Thanks. I have solved it but another problem as below: ``` ➜ ic-drip-main npm run dfx:setup > [email protected]...
> ``` > dfx canister --network=ic install ic_loot_rs --all --mode reinstall > ``` > > my bad! Thanks @rckprtr. I modified the code and there is another error: ``` ➜...
> You may want to restart the IC using this command > > ``` > dfx start --clean > ``` > > You may have an instance already running that...
> Change > > `dfx canister --network=ic install ic_loot_rs --all --mode reinstall` > > To > > ` dfx canister install ic_loot_rs --all` > > Also just use dfx deploy...